Skip to content

Update dependency aws-cdk-lib to v2.241.0#95

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aws-cdk-monorepo
Open

Update dependency aws-cdk-lib to v2.241.0#95
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aws-cdk-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
aws-cdk-lib (source) 2.214.02.241.0 age confidence

Release Notes

aws/aws-cdk (aws-cdk-lib)

v2.241.0

Compare Source

⚠ BREAKING CHANGES
  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-codedeploy: AWS::CodeDeploy::DeploymentGroup: Id attribute removed.

Features
Bug Fixes

Alpha modules (2.241.0-alpha.0)

Features
  • mixins-preview: add recordFields and outputFormat to Vended Logs Mixin (#​37042) (dd94c31)
  • mixins-preview: cross account delivery destinations (#​36827) (a759eb6)

v2.240.0

Compare Source

Features
Bug Fixes

Alpha modules (2.240.0-alpha.0)

v2.239.0

Compare Source

⚠ BREAKING CHANGES
  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-licensemanager: AWS::LicenseManager::License: Beneficiary property is now required
aws-licensemanager: AWS::LicenseManager::License: ProductSKU property is now required
aws-sagemaker: AWS::SageMaker::Cluster: Orchestrator.Eks property is now immutable

Features
Bug Fixes
  • aws-cdk-lib: update cloud-assembly-schema to resolve peer dependency conflict (#​36953) (f194236), closes #​36939
  • aws-cdk-lib: upgrade version of ajv that triggers CVE scanners (#​37022) (45662ba)
  • ec2: add VPC endpoint naming conventions for some isolated regions (#​36794) (5a7fca5)
  • rds: mark deprecated versions and add new engine versions (#​36937) (6e061d0)

Alpha modules (2.239.0-alpha.0)

⚠ BREAKING CHANGES

redshift-alpha: update default node type from DC2_LARGE to RA3_LARGE

Features
  • bedrock-agentcore-alpha: add fromCodeAsset method to create runtime artifact with local code assets (#​36472) (c5a87e6), closes #​36473
  • bedrock-agentcore-alpha: added new target type (api gateway) in agentcore gateway target. (#​36841) (0842754), closes #​36817
  • mixins-preview: add ECS ClusterSettingsMixin (#​36796) (b8ab5be)
  • mixins-preview: add s3 bucket mixin for publicAccessBlock (#​36905) (feed4b2)
  • mixins-preview: send Vended Logs to pre-created DeliveryDestination using toDestination() (#​36896) (48f1fe6)
Bug Fixes

v2.238.0

Compare Source

⚠ BREAKING CHANGES
  • bedrock-agentcore: Interface extensions require new property implementations
  • aws-bedrock-agentcore-alpha:
    • IGateway now requires gatewayRef getter
    • IGatewayTarget now requires gatewayTargetRef getter
    • IMemory now requires memoryRef getter
    • IBedrockAgentRuntime now requires runtimeRef getter
    • IRuntimeEndpoint now requires runtimeEndpointRef getter
    • IBrowserCustom now requires browserCustomRef getter
    • ICodeInterpreterCustom now requires codeInterpreterCustomRef getter
Features
Bug Fixes
Miscellaneous Chores

Alpha modules (2.238.0-alpha.0)

Features
Bug Fixes

v2.237.1

Compare Source

Bug Fixes
  • core: intrinsic cfn function tokens are not detected as such in java (#​36843) (89cd54f)

Alpha modules (2.237.1-alpha.0)

v2.237.0

Compare Source

⚠ BREAKING CHANGES
  • iam: Receivers of IEncryptedResource objects now have fewer guarantees about the shape of the object. If you still require an IResource, change the type to IEncryptedResource & IResource and/or add a type guard check using Resource.isResource(). Implementations of IEncryptedResource no longer need to implement IResource but must continue to implement IEnvironmentAware. Since IResource extends IEnvironmentAware, there is no change for implementors. Calls to GrantableResources.isEncryptedResource() now require an IEnvironmentAware argument instead of IConstruct.
Features
  • eks: add OidcProviderNative using L1 and deprecate OpenIdConnectProvider custom resource (#​36589) (09383cb)
  • eks: add support overwriteServiceAccount prop in service account construct (#​36751) (3aa38f6)
  • kms: make trustAccountIdentities optional in KeyGrants (#​36786) (06676ac)
  • lambda: add observability support for kafka event source mappings (#​36808) (dd8b419)
  • update L1 CloudFormation resource definitions (#​36799) (7ecd0a9)
  • opensearchservice: support OI2 instance type with local NVMe storage (#​36700) (034baf3), closes #​36698
Bug Fixes
  • iam: IEncryptedResource extends IEnvironmentAware instead of IResource (#​36787) (90ad834)

Alpha modules (2.237.0-alpha.0)

Features
Bug Fixes

v2.236.0

Compare Source

Features
Bug Fixes

Alpha modules (2.236.0-alpha.0)

Features
Bug Fixes

v2.235.1

Compare Source

Bug Fixes
  • apigatewayv2: use custom domain name instead of regional domain name when importing domain name via fromDomainNameAttributes (#​36710) (29e5642)

Alpha modules (2.235.1-alpha.0)

v2.235.0

Compare Source

⚠ BREAKING CHANGES
  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
  • aws-ecs: AWS::ECS::CapacityProvider: ManagedInstancesNetworkConfiguration.SecurityGroups property is now required.
  • ecs: securityGroups is now required in ManagedInstancesCapacityProviderProps. CloudFormation has always required this field, so any code that omitted it would have failed at deployment time with a validation error. This change catches the error at compile time instead, improving the developer experience. If your code previously omitted securityGroups, you must now explicitly provide at least one security group.
  • aws-cdk-lib: JobQueue.computeEnvironments contains an computeEnvironment: IComputeEnvironment → IComputeEnvironmentRef. BackupPlanRule.props contains a backupVault: IBackupVault → IBackupVaultRef. ApiDestination.fromApiDestinationAttributes() return type ApiDestination → IApiDestination. This should never have returned a class but always an interface, as is the standard for referencing factories. EventDestination.bus changed IEventBus →IEventBusRef; FlowLogDestination.bind() now returns and ICluster.executeCommandConfiguration contains a member changing type ILogGroup → ILogGroupRef.
  • events: ApiDestination.fromApiDestinationAttributes() now returns an IApiDestination. It used to return an ApiDestination but this was a mistake, referencing methods always return a type by interface, not by class.EventDestination.bus used to be an IEventBus but is now an IEventBusRef; it needs to be type tested to assert it is actually an IEventBus if that is necessary.
  • logs: the return types of FlowLogDestination.bind() and ICluster.executeCommandConfiguration now contain an ILogGroupRef instead of an ILogGroup, which guarantees less. These fields are for communication between constructs, and their values should not be used by application builders. If they do, they will need to add a cast or a type check.
  • iot-actions: enableBatchConfig property is explicitly disabled by default. Even with this modification, the behavior of HttpAction remains unchanged from before, but only the Cfn template will be modified.
Features
Bug Fixes
Miscellaneous Chores

Alpha modules (2.235.0-alpha.0)

⚠ BREAKING CHANGES
  • bedrock-agentcore-alpha: The User Pool Client will be replaced and new Resource Server and Domain resources will be added for existing Gateway stacks using the default Cognito authorizer.
Checklist
Bug Fixes
  • bedrock-agentcore-alpha: default Cognito User Pool for AgentCore Gateway is not set up for M2M authentication. (#​36323) (5a5605a)

v2.234.1

Compare Source

Bug Fixes
  • RuntimeError: apiEndpoint is not configured on the imported HttpApi (revert of "chore(apigatewayv2): reference interfaces") (#​36623) (1c10d49), closes aws/aws-cdk#36378

Alpha modules (2.234.1-alpha.0)

v2.234.0

Compare Source

⚠ BREAKING CHANGES
  • batch: unfortunately JobQueue exposes public readonly computeEnvironments: OrderedComputeEnvironment[]. The computeEnvironment member of that structure now fewer guarantees, and needs casting. This should not have been exposed, and we assume the use of the exposed property here is rare.
  • backup: unfortunately BackupPlanRule exposes public readonly props: BackupPlanRuleProps. The backupVault member of that structure now guarantees less, and needs casting. This should never have been exposed, and we assume the use of the exposed property here is rare.
  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.AuthStatus attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.AuthUrl attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.CloudId attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.JiraCloud.Domain attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: Provider.ServiceNow.AuthStatus attribute removed.
aws-securityhub: AWS::SecurityHub::ConnectorV2: JiraCloud type removed, replaced by JiraCloudProviderConfiguration.
aws-securityhub: AWS::SecurityHub::ConnectorV2: ServiceNow type removed, replaced by ServiceNowProviderConfiguration.
aws-ssm: AWS::SSM::MaintenanceWindowTarget: Id attribute removed.

Features
Bug Fixes
  • cloudwatch: skip MathExpression validation when prop is a token (#​36487) (2845d47)
  • core: App.of() returns incorrect values (#​36475) (78034d3)
  • core: arnForXxxx() helpers ignore environments from referenced resources (#​36599) (4744c59)
  • core: account for { Ref } incompatibility between schema and CFN (#​36493) (3b06942)
  • ec2: add proper handling for VPC endpoint service name prefix eu.amazonaws for new region eusc-de-east-1 for ECR & API Gateway services (#​36471) (d5561e0)
  • lambda: add token resolution validation to capacity providers (#​36275) (c5fbd97)
Miscellaneous Chores

Alpha modules (2.234.0-alpha.0)

Features
Bug Fixes
  • elasticache-alpha: deployment fails when serverlessCacheName or userGroupId is not specified (#​36459) (b3f62f7), closes #​36458
  • elasticache-alpha: security group for ServerlessCache does not use default endpoint port (#​35738) (79d91ad)

v2.233.0

Compare Source

⚠ BREAKING CHANGES

CHANGES TO L1 RESOURCES: L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-ec2: AWS::EC2::EC2Fleet: DefaultTargetCapacityType property is now immutable.
aws-ec2: AWS::EC2::EC2Fleet: TargetCapacityUnitType property is now immutable.

Features
Bug Fixes

Alpha modules (2.233.0-alpha.0)

⚠ BREAKING CHANGES
  • bedrock-agentcore-alpha: Runtime constructs will no longer automatically include lifecycleConfiguration with default values when not explicitly specified by users.
  • elasticache-alpha: The engine property in NoPasswordUserProps has been removed.
Bug Fixes
  • bedrock-agentcore-alpha: runtime construct incorrectly forces default lifecycleConfiguration values (#​36379) (7954354), closes #​36376
  • elasticache-alpha: the default engine for NoPasswordUser contradict in the docs (#​35920) (495fa37), closes #​35847
  • mixins-preview: improving delivery source and delivery destination creation (#​36314) (86092ab)

v2.232.2

Compare Source

Bug Fixes

Alpha modules (2.232.2-alpha.0)

v2.232.1

Compare Source

Bug Fixes

Alpha modules (2.232.1-alpha.0)

v2.232.0

Compare Source

Features
Bug Fixes

Alpha modules (2.232.0-alpha.0)

Bug Fixes

v2.231.0

Compare Source

Features
Bug Fixes

Alpha modules (2.231.0-alpha.0)

Features

v2.230.0

Compare Source

Features
  • apigateway: support response streaming with response transfer mode (#​36155) (f431021), closes #​36156
  • update L1 CloudFormation resource definitions (f203b8e)
  • update L1 CloudFormation resource definitions (#​36193) (d074024)
  • events: the L2 EventPattern interfaces can be used with CfnRule (#​36191) (efc135e)
  • update L1 CloudFormation resource definitions (#​36180) ([5cddd7e]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 7 times, most recently from c531848 to e225fb7 Compare September 22, 2025 14:41
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.215.0 Update dependency aws-cdk-lib to v2.216.0 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 4 times, most recently from 5d6cc7e to a132eb4 Compare September 25, 2025 20:33
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.216.0 Update dependency aws-cdk-lib to v2.217.0 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 3 times, most recently from 7ab01b6 to 18c6fd1 Compare September 29, 2025 15:00
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.217.0 Update dependency aws-cdk-lib to v2.218.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 3 times, most recently from 783162a to 8d4e619 Compare October 1, 2025 21:47
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.218.0 Update dependency aws-cdk-lib to v2.219.0 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 5 times, most recently from 640bb32 to 0c13132 Compare October 8, 2025 01:44
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 4 times, most recently from 4f88f83 to 21b9b9a Compare October 12, 2025 13:50
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 48bea2b to 4ea2b4c Compare October 24, 2025 23:11
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.220.0 Update dependency aws-cdk-lib to v2.221.0 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from 04cc14a to 90e16d7 Compare October 29, 2025 19:44
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.221.0 Update dependency aws-cdk-lib to v2.221.1 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 5 times, most recently from f14f1de to 2846b78 Compare November 4, 2025 12:58
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.221.1 Update dependency aws-cdk-lib to v2.222.0 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 7 times, most recently from 5fbe408 to 6eb099e Compare November 10, 2025 18:06
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.222.0 Update dependency aws-cdk-lib to v2.223.0 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 4 times, most recently from c848392 to 94a8f6e Compare November 13, 2025 20:29
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.223.0 Update dependency aws-cdk-lib to v2.224.0 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 3 times, most recently from 3ab355c to 28847a5 Compare November 18, 2025 04:05
@renovate renovate bot changed the title Update dependency aws-cdk-lib to v2.224.0 Update dependency aws-cdk-lib to v2.225.0 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 28847a5 to 2895a4e Compare November 19, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants